home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / pc / yarikon / wevent02.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  144 b   |  9 lines

  1. on exitFrame
  2.   global asw, ssw, msw
  3.   if (asw = 1) and (ssw = 1) and (msw = 1) then
  4.     go(1, "WEVENT03")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.